home *** CD-ROM | disk | FTP | other *** search
/ Amoszine 3 / Amoszine 3.adf / TIPS_SOURCE / example2.AMOS / example2.amosSourceCode
AMOS Source Code  |  1992-02-26  |  254b  |  8 lines

  1. '----------------------------------------------------------
  2. '*** Example 2 *** 
  3. '
  4. A= Not A : Rem Boolean toggle. (same as A=-1-A but faster)  
  5. '
  6. ' By the way "A = Not B" is a quick A=-B-1     
  7. '
  8. '----------------------------------------------------------